home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Knudde EK Editie
/
CD1.iso
/
schema.dxr
/
Script_9_voer de data door.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-02-24
|
219 b
|
12 lines
property spriteNum
on mouseUp
if sprite(spriteNum).memberNum = 81 then
SetGameData(spriteNum - 54)
else
if sprite(spriteNum).memberNum = 82 then
deleteGameData(spriteNum - 54)
end if
end if
end